home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnome2.prerm < prev    next >
Encoding:
Text File  |  2009-04-14  |  247 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. rm -f /usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so
  6.  
  7. # Automatically added by dh_pysupport
  8. if which update-python-modules >/dev/null 2>&1; then
  9.     update-python-modules -c  python-gnome2
  10. fi
  11. # End automatically added section
  12.  
  13.  
  14.